ReturnCode WaitForStrings( string[] text, int timeout )
'Declaration Overloads Function WaitForStrings( _ ByVal text() As String, _ ByVal timeout As Integer _ ) As ReturnCode
'Declaration
Overloads Function WaitForStrings( _ ByVal text() As String, _ ByVal timeout As Integer _ ) As ReturnCode
'Usage Dim instance As IScreen Dim text() As String Dim timeout As Integer Dim value As ReturnCode value = instance.WaitForStrings(text, timeout)
'Usage
Dim instance As IScreen Dim text() As String Dim timeout As Integer Dim value As ReturnCode value = instance.WaitForStrings(text, timeout)
IScreen Interface IScreen Members Overload List